home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / grplist.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  1.6 KB  |  51 lines

  1. //----------------------------------------------------------------------------
  2. //Borland C++Builder
  3. //Copyright (c) 1987, 1998 Borland International Inc. All Rights Reserved.
  4. //----------------------------------------------------------------------------
  5. //---------------------------------------------------------------------------
  6. #ifndef grplistH
  7. #define grplistH
  8. //---------------------------------------------------------------------------
  9. #include <Classes.hpp>
  10. #include <Controls.hpp>
  11. #include <StdCtrls.hpp>
  12. #include <Forms.hpp>
  13. #include <Db.hpp>
  14. #include <DBTables.hpp>
  15. #include <ExtCtrls.hpp>
  16. #include <Qrctrls.hpp>
  17. #include <Quickrpt.hpp>
  18. //---------------------------------------------------------------------------
  19. class TGrpListForm : public TForm
  20. {
  21. __published:    // IDE-managed Components
  22.     TQuickRep *QuickRep;
  23.     TQRBand *DetailBand1;
  24.     TQRDBText *QRDBText1;
  25.     TQRDBText *QRDBText2;
  26.     TQRDBText *QRDBText3;
  27.     TQRDBText *QRDBText4;
  28.     TQRDBText *QRDBText5;
  29.     TQRBand *ColumnHeaderBand1;
  30.     TQRLabel *QRLabel1;
  31.     TQRLabel *QRLabel2;
  32.     TQRLabel *QRLabel3;
  33.     TQRLabel *QRLabel4;
  34.     TQRLabel *QRLabel5;
  35.     TQRBand *PageFooterBand1;
  36.     TQRSysData *QRSysData1;
  37.     TQRSysData *QRSysData2;
  38.     TQRBand *TitleBand1;
  39.     TQRLabel *QRLabel6;
  40.     TQRGroup *QRGroup1;
  41.     TQRExpr *QRExpr1;
  42.     TTable *Customer;
  43. private:    // User declarations
  44. public:        // User declarations
  45.     __fastcall TGrpListForm(TComponent* Owner);
  46. };
  47. //---------------------------------------------------------------------------
  48. extern TGrpListForm *GrpListForm;
  49. //---------------------------------------------------------------------------
  50. #endif
  51.